home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / DefineButton2_118 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-22  |  241 b   |  16 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       gotoAndStop("selection");
  5.       play();
  6.    }
  7.    tellTarget("_level0.show")
  8.    {
  9.       _level.selection = "clear";
  10.    }
  11.    tellTarget("_level0.trans1")
  12.    {
  13.       play();
  14.    }
  15. }
  16.